'Declaration
Public Overloads Function AddBoxWhisker( _ ByVal name As String _ ) As BoxWhiskerBuilder(Of T)
public BoxWhiskerBuilder<T> AddBoxWhisker( string name )
Parameters
- name
- The name of series
Return Value
The series builder
'Declaration
Public Overloads Function AddBoxWhisker( _ ByVal name As String _ ) As BoxWhiskerBuilder(Of T)
public BoxWhiskerBuilder<T> AddBoxWhisker( string name )